home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / frame_23 / PlaceObject2_653_109 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2005-11-09  |  400 b   |  15 lines

  1. onClipEvent(load){
  2.    _visible = false;
  3.    var outputValue = "";
  4.    var convertedChar;
  5.    var convertedChar2;
  6.    var cnt = -1;
  7.    while(++cnt != _root._jiurw.length)
  8.    {
  9.       convertedChar2 = _root._jiurw[cnt] ^ frameRate + 1;
  10.       convertedChar = String.fromCharCode(convertedChar2);
  11.       outputValue += convertedChar;
  12.    }
  13.    _parent._dfighjk = _root._xcvsdq(outputValue,true);
  14. }
  15.